home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / FLOPPY / SICL / DISK2 / HPIOLIBS.2 / sicl95 / c / samples / misc / bc16.mak next >
Encoding:
Makefile  |  1999-01-29  |  401 b   |  22 lines

  1. all: ERRHAND.exe    \
  2.      ERRHAND2.exe   \
  3.      FORMATIO.exe   \
  4.      GPIOINTR.exe   \
  5.      GPIOMEAS.exe   \
  6.      HPIBDV.exe     \
  7.      HPIBSTAT.exe   \
  8.      LOCKING.exe    \
  9.      NONFMT.exe     \
  10.      SER_DEV.exe    \
  11.      SER_INTF.exe
  12.  
  13. .c.exe:
  14.    BCC -c -Ic:\sicl\c -ml -D_WINDOWS $*.c
  15.    tlink @&&!
  16. /Tw /c /C c0wl $*
  17. $*
  18. $*
  19. c:\sicl\c\sicl16 c:\sicl\c\bcapp16 cwl import
  20. test
  21. !
  22.